From 841c4a8cfef17fa5f17bd153a368a0b2a4a05520 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Apr 2020 11:23:39 -0400 Subject: [PATCH] container: Cosmetic doc cleanup Remove remnants of child properties from the documentation. They no longer exist. --- gtk/gtkcontainer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 1a16f260c9..d4136c22cf 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -59,8 +59,6 @@ struct _GtkContainer * @forall: Invokes callback on each child of container. The callback handler * may remove the child. * @child_type: Returns the type of the children supported by the container. - * @set_child_property: Set a property on a child of container. - * @get_child_property: Get a property from a child of container. * * Base class for containers. */ -- 2.30.2